home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 2000 May
/
What PC May 2000
/
wpcmay00.iso
/
SOFTWARE
/
UTILITY
/
vvho52uk
/
VIAVOICE.Z
/
digits.bnf
< prev
next >
Wrap
Text File
|
1998-07-09
|
797b
|
32 lines
;; ========= digits =========
<digits> = <dg>+ |
<dg>+ point:"digits_." <dg>+
.
<dg> = <single-digit> |
<repeat> <single-digit>
.
<single-digit> = oh:"digits_0" |
zero:"digits_0" |
nought:"digits_0" |
one:"digits_1" |
two:"digits_2" |
three:"digits_3" |
four:"digits_4" |
five:"digits_5" |
six:"digits_6" |
seven:"digits_7" |
eight:"digits_8" |
nine:"digits_9"
.
<repeat> = double:"digits_#2" |
triple:"digits_#3" |
treble:"digits_#3"
.
//NMC:VISIBLE
;; the above command is for the nav-macro-editor